com.justhis.util.exception
Class PropertiesFileReadException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.justhis.util.exception.PropertiesFileReadException
All Implemented Interfaces:
java.io.Serializable

public class PropertiesFileReadException
extends java.lang.Exception

TODO DOCUMENT ME!

Version:
$Revision: 1.1 $
Author:
acai
See Also:
Serialized Form

Constructor Summary
PropertiesFileReadException()
          Creates a new PropertiesFileReadException object.
PropertiesFileReadException(java.lang.String message)
          Creates a new PropertiesFileReadException object.
PropertiesFileReadException(java.lang.String message, java.lang.Throwable cause)
          Creates a new PropertiesFileReadException object.
PropertiesFileReadException(java.lang.Throwable cause)
          Creates a new PropertiesFileReadException object.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertiesFileReadException

public PropertiesFileReadException()
Creates a new PropertiesFileReadException object.


PropertiesFileReadException

public PropertiesFileReadException(java.lang.String message)
Creates a new PropertiesFileReadException object.

Parameters:
message - TODO

PropertiesFileReadException

public PropertiesFileReadException(java.lang.Throwable cause)
Creates a new PropertiesFileReadException object.

Parameters:
cause - TODO

PropertiesFileReadException

public PropertiesFileReadException(java.lang.String message,
                                   java.lang.Throwable cause)
Creates a new PropertiesFileReadException object.

Parameters:
message - TODO
cause - TODO


Copyright © 2003 EastNetworks.Net(China)Co.,Ltd.. All Rights Reserved.